home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Applications / DynaMouse Demo / DynaMouse 0.93b1 Notes < prev   
Text File  |  1993-06-25  |  3KB  |  57 lines

  1. DynaMouse Notes                            June 25, 1993
  2. ---------------
  3.  
  4.     It's fairly obvious what this program is about, but if you haven't looked at it yet,
  5. here's a little description.  DynaMouse gives you a brushlike pen with which to draw.
  6. But this pen has the added features of mass and drag, allowing you to create some very
  7. odd effects.
  8.  
  9.     The algorithm that inspired this program was developed by Paul Haeberli of Silicon
  10. Graphics, Inc.  He demonstrated his program at a graphics seminar I attended at CMU.
  11. It was such fun to play with, that I decided to make this port to Macintosh of his
  12. routines.
  13.  
  14.     In addition to creating some pretty realistic, attractive strokes, this program is
  15. a real blast to play with.  I personally can't get enough of it (but maybe I'm biased :-)
  16.  
  17.     This version, 0.93b1 is being released just to let some people check it out, and 
  18. write back to me with bugs and suggestions.  So if you're taking the time to play with
  19. it, please take an extra sec to write me an email with your opinion!  A full version,
  20. allowing saving, printing, a tool palette, and all sorts of stuff will be in the works.
  21. I'll probably release that later this year as shareware.  (or pay-me-based-on-how-useful-
  22. it-has-proved-to-be-to-your-life-or-business-Ware)
  23.  
  24. Requirements:
  25.     System 6.0.5
  26.  
  27. pseudoRequirements:
  28.     Mac IIsi or better
  29.     FPU
  30.  
  31. Details:
  32.     Well, this is a rather preliminary effort.  I have not hand-assembly-coded the
  33. drawing algorithm yet, and I haven't done a lot of thinking about my memory management.
  34. You can keep making new windows until you get beeped at.
  35.     Once you have a new window, just draw away!!  As a silly eraser I've allowed an
  36. option to give you a white pen.  Later I'll add a selection tool and a real eraser.
  37.     The calculations are very processor intensive.  SO, an FPU is greatly appreciated.
  38. But, running on my IIsi without an FPU, it's still quite usable.  It REALLY drags on a
  39. machine less than that.  (Notice there are 2 versions!!  One is for non-FPU machines.)
  40.     If you have a fast machine, and need to slow things down, mess with the delay loop
  41. option.  Changing that can really affect the style of your drawing.
  42.     That's all I can think of to explain...
  43.     
  44.     
  45. SO!  Have fun, and send me your comments!
  46.  
  47.  
  48. Kip Walker
  49. 1909 Hollingsworth Dr.
  50. Richmond, VA 23235
  51.  
  52. kwalker+@cmu.edu
  53.  
  54.  
  55. WARNING!!  This program has NOT undergone any real testing.  As it doesn't mess with the
  56. hard drive at all, there's no danger other than a system hang.  (but I've never had one
  57. with this version of DynaMouse, so I think it's rather clean)